home *** CD-ROM | disk | FTP | other *** search
- ; --------------------------------------------------------------
- ; ltwave.inf version 2.1.0.0 Rev. I 1/19/99
- ; This is the INF file for Zoom Telephonics, Inc. modems.
- ; Modified by Ying Jie Chan
- ; --------------------------------------------------------------
-
- [Version]
- Signature="$CHICAGO$"
- Class=MEDIA
- provider=%MSFT%
-
- [ClassInstall]
- Addreg=Class.AddReg
-
- [Class.AddReg]
- HKR,,,,%MediaClassName%
- HKR,,Icon,,"-1"
- HKR,,Installer,,mmci.dll
-
- [Manufacturer]
- %MfgName%=Zoom
-
- [Zoom]
- ; the device id's (MODEMWAVE\Zoom 56K PCI Faxmodem)
- ; correspond EXACTLY to the modem name with underscores in place of spaces.
- ; the names must be an exact match or installer won't find device.
- ; this scheme is because of the way the serial wave device enumeration occurs.
-
- ; serial wave device - imaadpcm driver
- %Serial.DeviceDesc%=MSSERWAVE, MODEMWAVE\Zoom_56K_PCI_Faxmodem
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [MSSERWAVE]
- AddReg=MSSERWAVE.AddReg
-
- [MSSERWAVE.AddReg]
- HKR,,DevLoader,,mmdevldr.vxd
- HKR,Drivers,MIGRATED,,0
- HKR,Drivers\wave,,,
- HKR,,Driver,,serwave.vxd
- HKR,Drivers\wave\serwvdrv.drv,Description,,%Serial.DeviceDesc%
- HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
- HKR,Drivers,SubClasses,,"wave"
- HKR,Config,XformModule, , "umdmxfrm.dll"
- HKR,Config,XformID, 1, 04, 00, 00, 00
- HKR,Config,BaudRate, 1, 00, c2, 01, 00
- ; 2 wave devices - line & local phone
- ;HKR,Config,WaveDevices, 1, 02, 00
- ; 1 wave device - only line
- HKR,Config,WaveDevices, 1, 01, 00
-
- ;---------------------------------------------------------------;
-
- [Strings]
- MSFT="Microsoft"
- MfgName="Zoom Telephonics, Inc."
- Serial.DeviceDesc="Zoom Voice Modem Serial Wave Device"
- MediaClassName="Sound, video and game controllers"
-
-